a:hover{
	text-decoration: none;
}
*{
	transition: .4s;
}
ul,ol{
	margin: 0;
	padding:0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 0;
}
.container{
	max-width: 1600px;
}
.navbar .container{
	display: block;
}
header .container{
	overflow: hidden;
}
.headcenter .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mnavb{
	background: #111111;
}
.navbar-nav .nav-item{
    position: relative;
}
.navbar-nav .nav-item:after{
    position: absolute;
    right:-35px;
    content:'';
    height: 20px;
    width:1px;
    background: #fff;
    top: 6px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #fff;
	background: #e60012;
	border-radius: 20px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #fff;
	background: #e60012;
	border-radius: 20px;
}
.headtop{
    background: #f7f7f7;
    padding: 7px 0;
}
.headtop .welcome{
    color: #333333;
    font-size: 13px;
}
.headtop .tnav a{
    color: #333333;
    font-size: 13px;
    margin-left: 8px;
}
.headcenter{
    padding: 1.2% 0;
}

.navbar-collapse{
    padding:0 0;
}
.navbar-default{
    background-color: #007cc2;
    border: none;
}
.navbar{
    margin-bottom: 0;
}
.navbar-nav{
    padding: 2px 0;
    width: 100%;
    justify-content: space-between;
}

.pull-left{
	float: left;
}
.pull-right{
	float: right;
}

.navbar-default .navbar-nav>li>a{
    padding: 8px 30px;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    margin:0 22.4px ;
}
.navbar-default .navbar-nav>li:first-child>a{
    margin-left: 0;
}
.navbar-default .navbar-nav>li:last-child>a{
    margin-right: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: #ffffff;
    color: #333;
}
.navbar-default .navbar-nav>li>a:hover{
    background-color: #ffffff;
    color: #333;
}
.mflex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fl{
	width: 18%;
}
.fr{
	width: 79%;
}
.navbar .navbar-collapse{
	flex-grow: 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: .3rem 2rem;
	font-size: 16px;
	color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color:#fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color:#fff;
}


.h-banner .swiper{
    position: relative;
    overflow: hidden;
}
.swiper-pagination{
    bottom: 15px;
    width: 100%;
}
.swiper-pagination-bullet{
    margin:0 5px;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #f30100;
}

.pro{
    padding: 50px 0;
    background: #fff;
    background-size: cover;
}
.pro .protitle{
    text-align: center;
}
.pro .protitle h2{
    font-size: 42px;
    font-weight: bold;
    color: #333;
}
.pro .protitle h2 span{
    display: inline-block;
    background: #e60012;
    width: 5px;
    height: 20px;
    transform: rotate(19deg);
    margin: 0 10px;
}

.pro .protitle p{
    font-size: 16px;
    color: #333;
    margin-top: 15px;
}
.pronav{
    margin-top: 4%;
}
.pronav ul{
    overflow: hidden;
    margin-top: 1.8%;

}
.pronav ul li{
    float: left;
    width: 15.6%;
    margin-right: 1.2%;
    background: #e4e4e4 ;
    padding: 15px 20px; 
}
.pronav ul li:last-child{
    margin-right: 0;
}
.pronav ul li a{
    display: block;
    color: #000000;
    font-size: 18px;
    transition: 0.6s; 
    background: url(../images/menu.png) no-repeat right;
}

.pronav ul li:hover{
    background: linear-gradient(90deg,#c80404,#d61414,#e52727) ;

}

.pronav ul li:hover a{
    
    display: block;
    color: #fff;

}
.pronav ul li:hover a{
    background: url(../images/menu1.png) no-repeat right;
    display: block;
    color: #fff;

}


.procontent{
    margin-top: 1rem;
}
.procontent ul{
    overflow: hidden;
}
.procontent ul li{
    float: left;
    width: 49.5%;
    margin-right: 1%;
    margin-top: 1rem;
    text-align: center;
    /*background: #fff;*/
}

.procontent ul li:nth-child(2n){
    margin-right:0;
}
.procontent ul li a{
    display: block;
    /*padding: 15px 15px 45px 15px ;*/
    position: relative;
}
.procontent ul li a .img{
    display: grid;
    align-content: center;
    overflow: hidden;
    border:1px solid  #ccc;
}
.procontent ul li a img{
    width: 100%;
    max-width: 100%;
    /*height: 200px;*/
}
.procontent ul li  h2{
    color: #333;
    font-size: 18px;
width: 100%;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 background: #f2f1f1;
 line-height: 50px;

}
.procontent ul li:hover img{
    transform: scale(1.1);
}
.ys{
    background: url(../images/ysbg.jpg) center; no-repeat;
    background-size: cover;
    height: 812px;
}

.ys .ystitle{
    text-align: center;
    padding-top:4rem;
}
.ys .ystitle p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
}
.yscon{
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}
.yscon .item{
    display: flex;
    flex-wrap: wrap;
}
.yscon .item .itr{
    margin-left: 10px;
}
.yscon .item .itr h3{
    font-size: 24px;
    color: #ffffff;
}
.yscon .item .itr .tcon{
    font-size: 16px;
    color: #ffffff;
    margin-top: 8px;
}
.yscon .item:last-child{
    flex-direction: row-reverse;
    text-align: right;
}
.yscon .item:last-child .itr{
    margin-left: 0;
    margin-right: 10px;
}
.ly .lytitle{
    text-align: center;
    background: #f2f2f2;
    padding:50px 0 0px;
}
.ly .lytitle p{
    max-width: 420px;
    margin:15px auto 0;
    position: relative;
    color: #fff;
    padding:3px 0;
}
.ly .lytitle p span{
    position: relative;
    z-index: 9;
}
.ly .lytitle p:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c70303;
    content: '';
    z-index: 1;
    transform: skewX(-18deg);
}
.ly .lytitle .lyico{
    margin-top:25px;
}
.ly .lycon{
    background: #fff;
    padding:60px 0;
}

.icase{
    padding: 50px 0;
    background: #f2f2f2;
}
.icase .title{
    text-align: center;
}
.icase .title h2{
    font-size: 42px;
    font-weight: bold;
    color: #333;
}
.icase .title h2 span{
    display: inline-block;
    background: #e60012;
    width: 5px;
    height: 20px;
    transform: rotate(19deg);
    margin: 0 10px;
}

.icase .title p{
    font-size: 16px;
    color: #333;
    margin-top: 15px;
}
.icase .icnav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}
.icase .icnav .item{
    margin: 10px 10px;
    padding:4px 15px;
    border:1px solid #dedede;
}
.icase .icnav .item a{
    font-size: 16px;
    color: #333;

}
.icase .icnav .item a img{
    position: relative;
    top: -5px;
    margin-right: 5px;
    filter: brightness(0.4);
    transition: .5s;
}
.icase .icnav .item.active {
    background: #c70303;
    border:1px solid #c70303;
}
.icase .icnav .item.active a{
    color: #fff;
}
.icase .icnav .item.active a img{
    position: relative;
    filter: brightness(1);
}
.icase .title{
    text-align: center;
}
.icase .title h2{
    font-size: 42px;
    font-weight: bold;
    color: #333;
}
.icase .title h2 span{
    color: #0066cc;
}
.icase .title p{
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}

.icase .icaselist{
    margin-top: 3%;
    display: flex;
    flex-wrap: wrap;
}
.icase .icaselist .icaselistl{
    flex: 0 0 49%;
    width: 49%;
}
.icase .icaselist .icaselistl a{
    display: block;
}
.icase .icaselist .icaselistl .img{
    position: relative;
    overflow: hidden;
}
.icase .icaselist .icaselistl .img img{
    transition: .5s;
}
.icase .icaselist .icaselistl:hover .img img{
    transform: scale(1.08);
}
.icase .icaselist .icaselistl .img .con{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}
.icase .icaselist .icaselistl .img .con .conl{
    font-size: 20px;
    color: #fff;
}

.icase .icaselist .icaselistr{
    flex: 0 0 49%;
    margin-left: 1%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 49%;
}
.icase .icaselist .icaselistr .item{
    flex: 0 0 49%;
    margin-right: 2%;
    width: 49%;
}
.icase .icaselist .icaselistr .item:nth-child(2n){
    margin-right: 0%;
}
.icase .icaselist .icaselistr .item a .img{
    position: relative;
    overflow: hidden;
}
.icase .icaselist .icaselistr .item a .img .ptitle{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 0;
    text-align: center;
}
.icase .icaselist .icaselistr .item a .img .ptitle h4{
    font-size: 15px;
    color: #fff;
}

.icase .icaselist .icaselistr .item a .img .pimg img{
    max-width: 190px;
}
.icase .icaselist .icaselistr .item img{
    transition: .5s;
}
.icase .icaselist .icaselistr .item:hover img{
    transform: scale(1.1);
}

.icase .plmore{
    color: #333;
    font-size: 18px;
    background: none;
    display: block;
    margin: 4% auto 0;
    width: 140px;
    line-height: 40px;
    text-align: center;
    transition: .4s;
    border: 1px solid #676767;
    border-radius: 12px;
}

.fwlc{
    padding: 100px 0 120px;
    background: #fff;
}
.fwlc .title{
    text-align: center;
    margin-bottom: 40px;
}
.fwlc .title h2{
    font-size: 42px;
    font-weight: bold;
    color: #333;
}
.fwlc .title h2 span{
    display: inline-block;
    background: #e60012;
    width: 5px;
    height: 20px;
    transform: rotate(19deg);
    margin: 0 10px;
}

.fwlc .title p{
    font-size: 16px;
    color: #333;
    margin-top: 15px;
}

.fwlc .fwimg{
    position: relative;
    padding:100px 0;
}
.fwlc .fwimg .fwitem{
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-evenly;

}
.fwlc .fwimg .fwitem .it{
/*    width: 18%;*/
    text-align: center;
}
.fwlc .fwimg .fwitem .it h4{
    font-size: 20px;
    color: #333333;
}
.fwlc .fwimg .fwitem .it .srcon{
    color: #333333;
    font-size: 16px;
}
.fwlc .fwimg .fwitem .it .cimg{
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #e6e6e6;
    display: grid;
    align-content: center;
    justify-content: center;
    margin:10px auto;
    transition: 1s;
}
.fwlc .fwimg .fwitem .it .cimg img{
    filter: brightness(0.5);
}
.fwlc .fwimg .fwitem .it:hover .cimg{
    background: #c70303;
    transform: rotateY(360deg);
}
.fwlc .fwimg .fwitem .it:hover .cimg img{
    filter: brightness(1);
}
.fwlc .fwimg .f1{
    top: 20px;
}
.fwlc .fwimg .f2{
    bottom: -20px;
}

.jh_row5{
    background-image: url(../images/about_bg.jpg);
    height: 470px;
    padding-top: 50px;
}
.jh_row5 .lmore{
    display: block;
    width: 110px;
    margin: auto;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #333;
    border-radius: 20px;
}
.jh_row6 .title{
    text-align: center;
    margin-bottom: 40px;
}
.jh_row6 .title h2{
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}
.jh_row6 .title h2 span{
    display: inline-block;
    background: #e60012;
    width: 5px;
    height: 20px;
    transform: rotate(19deg);
    margin: 0 10px;
}

.jh_row6 .title p{
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}
.jh_cmd24{
    display: block;
    background-color: #fafafa;
    width: 100%;
    /*height: 330px;*/
    padding-bottom: 15px;
    position: relative;
}
.jh_cmd24 .sbtab{
    text-align: center;
    overflow: hidden;
    padding-top: 1.5%;
}
.jh_cmd24 .sbtab li{
    display: inline-block;
    padding: 0 2%;
    /*border-left: 1px solid #939393;*/
}
.jh_cmd24 .sbtab li:first-child{
    border-left: none;
}
.jh_cmd24 .sbtab li a{
    display: inline-block;
    
    text-align: left;
    padding:10px 0 10px 70px;
}
.jh_cmd24 .sbtab li a h3{
    font-size: 24px;
    margin-bottom: 4px;
    color: #000;
    
}
.jh_cmd24 .sbtab li a p{
    font-size: 14px;

    color: rgba(0, 0, 0, 0.8);
}
.jh_cmd24 .sbtab li:hover a h3{
    color: #c70303;
}
.jh_cmd24 .sbtab li.active  h3{
    color: #c70303;
}
.jh_cmd24 .sbtab li.active a{
    color: #c70303;
}
.jh_cmd24 .sbtab li:nth-child(1) {
    background: url(../images/plant.png) center left no-repeat;
}
.jh_cmd24 .sbtab li:nth-child(2) {
    background: url(../images/honor.png) center left no-repeat;
}
.jh_cmd24 .sbtab li:nth-child(3) {
    background: url(../images/team.png) center left no-repeat;
}
.jh_cmd24 .sbtab li:hover:nth-child(1) {
    background: url(../images/plant1.png) center left no-repeat;
    color: #c70303;
    
}
.jh_cmd24 .sbtab li:hover:nth-child(2) {
    background: url(../images/honor1.png) center left no-repeat;
    color: #c70303;
    
}
.jh_cmd24 .sbtab li:hover:nth-child(3){
    background: url(../images/team1.png) center left no-repeat;
    color: #c70303;
    
}
.jh_cmd24 .sbtab li.active:nth-child(1) {
    background: url(../images/plant1.png) center left no-repeat;
    color: #c70303;
    
}
.jh_cmd24 .sbtab li.active:nth-child(2) {
    background: url(../images/honor1.png) center left no-repeat;
    color: #c70303;
    
}
.jh_cmd24 .sbtab li.active:nth-child(3) {
    background: url(../images/team1.png) center left no-repeat;
    color: #c70303;
    
}
.jh_cmd24 .lunbo{
    margin-top: 1.5%;
}
.jh_cmd24 .lunbo .swiper-slide{
    text-align: center;
}
.jh_cmd24 .lunbo .showsw{
    display: block;
}
.jh_cmd24 .lunbo>div{
    display: none;
}

/*swiper*/

.swiper-container1 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 0px;
}
.swiper-container1 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 0px;
}
.swiper-button-next,.swiper-button-prev{
  top: 55%;
}
.swiper-container1 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: url(../images/left1.png);
  background-size: auto;
}
.swiper-container1 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: url(../images/right1.png);
  background-size: auto;
}
.swiper-container1 .swiper-button-next, .swiper-button-prev{
  background-size: auto;
}

.swiper-container2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 0px;
}
.swiper-container2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 0px;
}
.swiper-container2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: url(../images/left1.png);
  background-size: auto;
}
.swiper-container2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: url(../images/right1.png);
  background-size: auto;
}
.swiper-container2 .swiper-button-next, .swiper-button-prev{
  background-size: auto;
}

.swiper-container3 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 0px;
}
.swiper-container3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 0px;
}
.swiper-container3 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: url(../images/left1.png);
  background-size: auto;
}
.swiper-container3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: url(../images/right1.png);
  background-size: auto;
}
.swiper-container3 .swiper-button-next, .swiper-button-prev{
  background-size: auto;
}

.inews{
    padding: 50px 0;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.inews .title{
    text-align: center;
    margin-bottom: 40px;
}
.inews .title h2{
    font-size: 42px;
    font-weight: bold;
    color: #333;
}
.inews .title h2 span{
    display: inline-block;
    background: #e60012;
    width: 5px;
    height: 20px;
    transform: rotate(19deg);
    margin: 0 10px;
}

.inews .title p{
    font-size: 16px;
    color: #333;
    margin-top: 15px;
}
.inews .inewsl{
    flex: 0 0 30%;
}
.inews .inewsl a{
    font-size: 20px;
    margin-bottom: 0;
    color: #333333;
    position: relative;
}
.inews .inewsl .nnav>a:after{
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 2px;
    content: '';
    background: #f30908;
    left: 0;
}
.inews .inewsl .nnav{
    border-bottom: 1px solid #d7d5d5;
    padding-bottom: 5px;

}
.inews .inewsl ul{
    background: #f6f6f7;
    padding: 1.2rem 1.5rem;
    margin-top: 10px;
}
.inews .inewsl ul li{
    border-bottom: 1px solid #cfcfd0;
    padding-bottom: 15px;
    margin: 15px 0;
}
.inews .inewsl ul li a{
    color: #333333;
    font-size: 16px;
    display: block;

}
.inews .inewsl ul li a .title{
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 0;
}
.inews .inewsl ul li a .time{
    width: 100%;
    display: block;
    text-align: left;
    font-size: 13px;
    color: #a1a1a2;
    margin-top: .2rem;
}
.inews .inewsr{
    flex: 0 0 68%;
    margin-right: 2%;
    width: 68%;
}
.inews .inewsr .newsnav{
    border-bottom: 1px solid #d7d5d5;
    padding-bottom: 5px;
}
.inews .inewsr .newsnav a{
    color: #333;
    font-size: 20px;
    margin-right: 2.5rem;
    position: relative;
}
.inews .inewsr .newsnav a.active:after{
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 2px;
    content: '';
    background: #f30908;
    left: 0;
}
.inews .inewsr .newsitem .newsiteml{
    width: 49%;
}
.inews .inewsr .newsitem .newsitemr{
    width: 49%;
}
.inews .inewsr .newsitem .newf{
    margin-top: .8rem;
    display: grid;
    align-items: center;
    max-height: 325px;
    overflow: hidden;
     position: relative;
}
.inews .inewsr .newsitem .newf a{
    display: inline-block;
   
}
.inews .inewsr .newsitem .newf a h4{
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
}
.inews .inewsr .newsitem{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inews .inewsr .newsitem .nlist{
    margin-top: 2rem;
}
.inews .inewsr .newsitem .nlist li{
    margin-top: .6rem;
}
.inews .inewsr .newsitem .nlist li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inews .inewsr .newsitem .nlist li .nlistl{
    font-size: 16px;
    color: #333;
}
.inews .inewsr .newsitem .nlist li .nlistr{
    font-size: 14px;
    color: #333;
    opacity: .7;
}


.sy_con8{

  width: 100%;

  padding: 60px 0;

  background: #f2f5f8;

}
.sy_con8 .fd{
    overflow: hidden;
}
.sy_con8 .lef{

  width: 31.5%;

  float: left;

  padding-right: 10px;

}

.sy_con8 .lef .p1{

  font-size: 36px;

  color: #333;

}

.sy_con8 .lef .p2{

  font-size: 20px;

  color: #333;


}

.sy_con8 .rig{

  width: 68.5%;

  float: left;

}

.sy_con8 .rig input{

  font-size: 18px;

  color: #888888;

  width: 39.2%; 

  height: 70px;

  float: left;

  padding-left: 30px;

  margin-right: 1.8%;

  background: #fff;
  border:none;

}

.sy_con8 .rig button{

  width: 18%;

  height: 70px;

  float: left;

  font-size: 24px;

  color: #fff;

  background: #f30100;
  border:none;

}


footer {
    background: url(../images/footbg.png) #242933 no-repeat right;
    position: relative;
    z-index: 55;


}

footer .top {
    padding-top: 62px; 
}

footer .top > .container  .left,
footer .top > .container  .middle,
footer .top > .container  .right {
    display: inline-block;
    border-left: 1px solid #737171;
    
    box-sizing: border-box;
    float: left;
}

footer .top > .container  .left {
    width: 30%;
    padding: 20px 0;
    background: url(../images/fmap.png) no-repeat center;
    background-size: contain;
}

footer .top > .container  .left > h6 {
    font-size: 22px;
    color: #ffffff;
    line-height: 26px;
}

footer .top > .container  .left > h5 {
    font-size: 32px;
    color: #f30100;
    line-height: 40px;
    font-weight: bold;
    margin: 10px 0
}

footer .top > .container  .left > p {
    font-size: 12px;
    color: #adadad;
    line-height: 24px;
}

footer .top > .container  div:first-child {
    border-left: 0
}

footer .top > .container  .middle {
    width: 54%;
    padding: 0 50px 47px 60px;
}

footer .top > .container  .middle > ul {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

footer .top > .container  .middle > ul > li {
    line-height: 26px;
    margin-right: 40px;
}
footer .top > .container  .middle > ul > li:last-child {

    margin-right: 0px;
}
footer .top > .container  .middle > ul a {
    font-size: 17px;
    color: #ffffff;
}

footer .top > .container  .middle > ul > li:last-child {
    margin-right: 0
}
footer .top > .container  .middle > ul > li dl{
    margin-top: 0.5rem;
}
footer .top > .container  .middle > ul > li dl dd{
    margin-bottom: 0.2rem;
}
footer .top > .container  .middle > ul > li dl dd a{
    font-size: 16px;
    color: rgba(252, 252, 252, 0.5);
}

footer .top > .container  .middle > ul a:hover {
    text-decoration: underline 
}

footer .top > .container  .middle > p {
    font-size: 15px;
    color: #ffffff;
    line-height: 33px;
    opacity: .5
}

footer .top > .container  .middle > p > a {
    color: #ffffff;
}

footer .top > .container  .middle > p > a:hover {
    text-decoration: underline 
}

footer .top > .container  .right {
    padding: 30px 0 155px 60px;
    text-align: center;
    font-size: 17px;
    color: #fcfcfc;
    line-height: 24px;
    width: 15%
}

footer .top > .container  .right > p {
    margin-top: 14px;
    font-size: 14px;
}
footer .mad{
    line-height: 2.5;
    color: #ffffff;
    font-size: 14px;
}
footer .bottom {
    font-size: 12px;
    color: #adadad;
    line-height: 30px;
    padding: 10px 0 25px;
    border-top: 1px solid #737171;
}

footer .bottom a {
    color: #adadad;
}

footer .bottom a:hover {
    text-decoration: underline 
}
footer .flink{
    border-top: 1px solid #737171;
    padding: 20px 0;
    color: #adadad;
    font-size: 12px;
    clear: both;
}
footer .flink a{

    color: #adadad;
    font-size: 12px;
}
footer .bottom .bt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}


.hidden-lg{
    display: none;
}

.float_side {
    position: fixed;
    top: 57%;
    right: 0;
    width: 3.6%;
    z-index: 6666;
}
.float_side .float_top {
    padding: 0 20%;
}
.float_side > ul {
    background-color: #000;
    padding: 30% 13%;
    /*border-top-left-radius: 8px;*/
    border-bottom-left-radius: 8px;
}
.float_side > ul > li {
    position: relative;
}
.float_side > ul > li > p {
    display: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translate(-100%, -50%);
    background-color: #000;
    border-radius: 8px;
    padding: 24%;
    color: #FFF;
    white-space: nowrap;
    z-index: -1;
}
.float_side > ul > li.float_qr > p {
    width: 200%;
    transform: translate(-115%, -50%);
    left: 0;
}
.float_side > ul > li .c-img {
    display: none;
}
.float_side .float_top,
.float_side > ul .float_qr,
.float_side > ul .float_tel {
    margin-bottom: 60%;
}
.y-base {
    display: none;
}
.float_side img{
    max-width:100%;
}
.float_side .float_top{
    margin-bottom: 0;
    background-color:#000;
    border-top-left-radius: 8px;
    padding: 30% 13%;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.height{
    height: 206px;
}
.headcenter{
    background: #fff;
}
@media only screen and (max-width : 1300px){
	.navbar-expand-lg .navbar-nav .nav-link{
		padding:0 1rem;
	}

}


@media(max-width:780px){
    .height{
        height: 46px;
    }
    .pro{
        padding:30px 0;
    }
    .icase{
        padding:30px 0;
    }
    .fwlc{
        padding:30px 0;
    }
    footer{
        padding-bottom: 60px;
    }
    .float_side {
        display: none;
    }
    .y-base {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 999;
    }
    .y-base .base-wrap {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 5.05% 8%;
        background-color: #000;
    }
    .y-base .base-wrap .base-item {
        width: 8%;
    }
    .hidden-xs{
        display: none;
    }
    .hidden-lg{
        display: block;
    }
	.headtop{
		display: none;
	}
	.navbar{
		padding:0;
	}
	.navbar-collapse{
		padding:0.5rem 1rem;
	}
	.headcenter .tel{
		display: none;
	}
	.navbar-toggler-icon{
		background: url(../images/menu.png)  50%/100% 100% no-repeat;
		width: 1em;
        height: 1em;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		padding:0.5rem;
	}
	.pro .protitle h2{
	    font-size: 28px;
	}
	.pro .protitle h2 span{
	    width: 4px;
	    height: 14px;
	}
	.pro .protitle p{
	    font-size: 14px;
	}
	.pronav ul li{
	    width:32.3%;
	    margin-top:10px;
	    padding:8px 10px;
	}
	.pronav ul li:nth-child(3n){
	    margin-right: 0;
	}
	.pronav ul li a{
	    font-size:12px;
	}
    .procontent ul li h2{
        font-size: 14px;
        line-height:40px;
    }
    .icase .title h2{
        font-size: 28px;
    }
    .icase .title h2 span{
	    width: 4px;
	    height: 14px;
	}
	.icase .title p{
	    font-size: 14px;
	}
	.icase .icaselist .icaselistl .img .con .conl{
	    font-size: 16px;
	}
	.icase .icaselist .icaselistr .item a .img .ptitle h4{
	    font-size: 13px;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	.icase .plmore{
	    font-size: 15px;
	}
    .ys{
        display: none;
    }
    .ys .ystitle p{
        font-size: 14px;
    }
    
    .fwlc{
        padding:50px 0;
    }
    .fwlc .title{
        margin-bottom: 10px;
    }
    .fwlc .title h2{
        font-size: 28px;
    }
    .fwlc .title h2 span{
	    width: 4px;
	    height: 14px;
	}
	.fwlc .title p{
	    font-size: 14px;
	}
	.fwlc .fwimg{
	    padding:30px 0;
	}
	
	.fwlc .fwimg>img{
	    display: none;
	}
	.fwlc .fwimg .fwitem{
	    position: unset;
	    flex-wrap: wrap;
	}
	.fwlc .fwimg .fwitem .it{
	    width:48%;
	    margin-top:25px;
	}
	.fwlc .fwimg .fwitem .it h4{
	    font-size: 16px;
	}
	.fwlc .fwimg .fwitem .it .srcon{
	    font-size: 14px;
	}
	
	.jh_row5{
	    padding-top:30px;
	    background: url(../images/wap_about.jpg) center;
	    background-size:cover;
	    height: 400px;
	}
	.jh_row6 .title{
	    margin-bottom: 20px;
	}
	.jh_row6 .title h2{
	    font-size: 28px;
	}
	.jh_row6 .title p{
	    font-size: 14px;
	}
	.jh_cmd24 .sbtab li{
	    width:32.33%;
	    background-size:30%!important;
	}
	.jh_cmd24 .sbtab li a{
	    padding:10px 0 10px 40px;
	}
	.jh_cmd24 .sbtab li a h3{
	    font-size: 15px;
	}
	.jh_cmd24 .sbtab li a p{
	    font-size: 12px;
	}
	
    footer .top {
        text-align: center;
    }

    footer .top > .container  .left,
    footer .top > .container  .middle,
    footer .top > .container  .right {
        border-left: 0;
    }

    footer .top > .container  .left {
        width: 100%;
        padding: 0
    }

    footer .top > .container  .middle {
        display: none;
    }

    footer .top > .container  .middle {
        width: 100%;
        padding: 20px 0 0
    }

    footer .top > .container  .right {
        width: 120px;
        padding: 20px 0;
        margin: 0 auto;
        float: none
    }

    footer .bottom {
        text-align: center;
        line-height: 24px;
        padding: 13px 0
    }
    .icase .cal{
        flex: 0 0 100%;
    }
    .icase .cal ul li{
        float: left;
        width: 19%;
        margin: 0 0.5%;
    }
    .icase .car .carlist .carl{
        flex: 0 0 100%;
    }
    .icase .car .carlist .carr{
        flex: 0 0 100%;
        margin-left: 0;
        justify-content: space-between;
        margin-top: 2%;
    }
    .icase .car .carlist .img{
        flex: 0 0 49%;
    }
    .icase .car{
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 2%;
    }
    .icase .car .carlist .img .con h2{
        font-size: 16px!important;
    }
    .icase .icaselist .icaselistl{
    width: 100%;
    flex: 0 0 100%;
}
.icase .icaselist .icaselistr{
    flex: 0 0 100%;
    margin-left: 0;
    width: 100%;
}
.icase .icaselist .icaselistr .item{
    margin-top: 2%;
}
.inews{
        padding:8% 0;
    }
    .inews .title{
        margin-bottom: 20px;
    }
    .inews .inewsl a{
        font-size: 16px;
    }
.inews .title p{
        font-size: 16px;
    }
    .inews{
        padding-top: 2rem;
    }
    .inews .title h2{
        font-size: 24px;
    }
    .inews .inewsl{
        flex: 0 0 100%;

    }
    .inews .inewsr{
        margin-left: 0;
        flex: 0 0 100%;
        /*display: none;*/
    }
    .inews .inewsr .newsitem .newsiteml{
        width: 100%;
    }
    .inews .inewsr .newsitem .newsitemr{
        display: none;
    }
    .inews .inewsr .newsitem .nlist li .nlistl{
        font-size: 12px;
    }
    .inews .inewsr .newsitem .nlist li .nlistr{
        font-size: 12px;
    }
    .inews .inewsr .newsnav{
        display: flex;
        justify-content: center;
    }
    .inews .inewsr .newsnav a{
        font-size: 14px;
        margin-right: 0;
        margin:0 10px;
    }
    .sy_con8 .lef{

      width: 100%;

      margin-bottom: 30px;

    }

    .sy_con8 .rig{

      width: 100%;

    }

    .sy_con8 .rig input{

      width: 49%;

      margin-right: 2%;

      font-size: 14px;

      height: 38px;

      padding-left: 12px;

    }

    .sy_con8 .rig input:nth-child(2){

      margin-right: 0;

    }

    .sy_con8 .rig button {

      margin-top: 10px;

      height: 38px;

      font-size: 15px;

      width: 100%;

    }

    .sy_con8 {

      padding: 30px 0;

    }
    .sy_con8 .lef .p1{
        font-size: 28px;
    }
    .sy_con8 .lef .p2{
        font-size: 16px;
    }
    .swiper-container1 .swiper-button-next{
       right: -7px;    background-size: 8px;
    }
    .swiper-container2 .swiper-button-next{
        right: -7px;    background-size: 8px;
    }
    .swiper-container3 .swiper-button-next{
        right: -7px;    background-size: 8px;
    }
    .swiper-container1 .swiper-button-prev{
       left: -7px;    background-size: 8px;
    }
    .swiper-container2 .swiper-button-prev{
        left: -7px;    background-size: 8px;
    }
    .swiper-container3 .swiper-button-prev{
        left: -7px;    background-size: 8px;
    }

    
    .jh_cmd6{
        font-size: 14px!important;
    }
    .jh_cmd24 .sbtab li a p{
        display: none;
    }
    .ly .lytitle img{
        max-width: 60%;
    }
    .ly .lytitle p span{
        font-size: 12px;
    }
    .ly .lytitle p:after{
        width:80%;
        left: 10%;
    }
    .fwlc .fwimg .fwitem .it .cimg{
        width: 60px;
        height: 60px;
    }
    .fwlc .fwimg .fwitem .it .cimg img{
        max-width: 60%;
        margin: auto;
    }
    .jh_cmd24 .sbtab li{
        background: none!important;
    }
    .jh_cmd24 .sbtab li a{
        padding:5px 10px;
    }
    .jh_cmd24 .sbtab li a.active{
        background: #e60012;
        color: #fff;
        border-radius: 20px;
    }
    .jh_cmd24 .sbtab li a.active h3{
        color: #fff;
        margin-bottom: 0;
    }
    .jh_cmd24 .lunbo>div{
        margin:0 15px;
    }
    footer .top{
        overflow: hidden;
    }
    footer .top > .container .right{
        display: none;
    }
    footer .flink{
        text-align: center;
        padding:12px 0;
        margin-top:15px;
    }
    footer .bottom .bt{
        justify-content: center;
    }
    .jh_cmd24 .sbtab{
        padding:15px 0 6px;
    }
}